Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.models
/
AuthCollection
/
EmailTemplate
Email
Template
@
Serializable
data
class
EmailTemplate
(
val
subject
:
String
?
=
null
,
val
body
:
String
?
=
null
)
Used to describe a Pocketbase email template.
Parameters
subject
The subject of the email.
body
The email's body.
Members
Constructors
Email
Template
Link copied to clipboard
constructor
(
subject
:
String
?
=
null
,
body
:
String
?
=
null
)
Properties
body
Link copied to clipboard
val
body
:
String
?
=
null
subject
Link copied to clipboard
val
subject
:
String
?
=
null